github.com/klauspost/compress/zstd.encoderState.frameContentSize (field)
13 uses
github.com/klauspost/compress/zstd (current package)
enc_jobs.go#L289: ContentSize: uint64(s.frameContentSize),
enc_jobs.go#L290: WindowSize: uint32(s.encoder.WindowSize(s.frameContentSize)),
encoder.go#L55: frameContentSize int64
encoder.go#L157: s.frameContentSize = 0
encoder.go#L194: e.state.frameContentSize = size
encoder.go#L322: ContentSize: uint64(s.frameContentSize),
encoder.go#L323: WindowSize: uint32(s.encoder.WindowSize(s.frameContentSize)),
encoder.go#L611: if s.frameContentSize > 0 {
encoder.go#L612: if s.nInput != s.frameContentSize {
encoder.go#L613: return fmt.Errorf("frame content size %d given, but %d bytes was written", s.frameContentSize, s.nInput)
encoder.go#L677: if s.frameContentSize > 0 && s.nInput != s.frameContentSize {
encoder.go#L679: return fmt.Errorf("frame content size %d given, but %d bytes was written", s.frameContentSize, s.nInput)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |